home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / shaders / k3d_windowlight.sl.slmeta < prev    next >
Encoding:
Text File  |  2004-07-23  |  2.5 KB  |  28 lines

  1. <k3dml>
  2.     <shaders>
  3.         <shader type="light" name="k3d_windowlight">
  4.             <description>Window light source (with crossbars)</description>
  5.             <authors>Larry Gritz, with inspiration from [Upstill]</authors>
  6.             <argument name="intensity" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  7.             <argument name="lightcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="1 0.9 0.6"/>
  8.             <argument name="darkcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="0.05 0.15 0.1"/>
  9.             <argument name="from" storage_class="uniform" type="point" extended_type="point" array_count="1" space="shader" output="false" default_value="0 0 0"/>
  10.             <argument name="to" storage_class="uniform" type="point" extended_type="point" array_count="1" space="shader" output="false" default_value="0 1 0"/>
  11.             <argument name="center" storage_class="uniform" type="point" extended_type="point" array_count="1" space="shader" output="false" default_value="0 0 0"/>
  12.             <argument name="up" storage_class="uniform" type="vector" extended_type="vector" array_count="1" space="shader" output="false" default_value="0 0 1"/>
  13.             <argument name="in" storage_class="uniform" type="vector" extended_type="vector" array_count="1" space="shader" output="false" default_value="0 1 0"/>
  14.             <argument name="hpanes" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="2"/>
  15.             <argument name="vpanes" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="3"/>
  16.             <argument name="panewidth" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="6"/>
  17.             <argument name="paneheight" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="6"/>
  18.             <argument name="framewidth" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".1"/>
  19.             <argument name="frameheight" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".1"/>
  20.             <argument name="fuzz" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.25"/>
  21.         </shader>
  22.     </shaders>
  23. </k3dml>
  24.  
  25.  
  26.  
  27.  
  28.